Software Design, Testing & Engineering
mobi, epub | | 2009-06-29 | Author:Guy Harrison;Steven Feuerstein
Using MySQL with PHP Data Objects As we outlined earlier in this chapter, PDO is a database-independent object-oriented, interface to relational databases for use in PHP 5.x. PDO was officially ...
( Category:
Software Development
March 25,2014 )
mobi, epub |eng | 2007-01-02 | Author:James Turnbull
You can add further facts to be ignored by separating each fact with a comma. Tip In Chapter 7, you'll see how to enhance Facter by adding your own facts ...
( Category:
Software Development
March 25,2014 )
mobi |eng | 2008-12-17 | Author:Jesse Vincent; Robert Spier; Dave Rolsky; Darren Chamberlain; Richard Foley
CleanEnv(); RT::LoadConfig(); RT::Init(); my $user = GetCurrentUser(); unless( $user->Id ) { print "No RT user found. Please consult your RT administrator.\n"; exit 1; } my $sc = RT::ScripCondition->new($user); $sc->Create( Name ...
( Category:
Software Development
March 25,2014 )
mobi, epub | | 2008-12-17 | Author:Steve Souders
There are two Microsoft Support articles describing how these settings affect the DNS cache.[8] These articles report the following default values for these settings: DnsCacheTimeout: 30 minutes KeepAliveTimeout: 1 minute ...
( Category:
Performance Optimization
March 25,2014 )
mobi, epub, pdf |eng | 2008-02-15 | Author:Rick Copeland
lazy=True Specifies how related items should be loaded. The options are: True (default) Load items when the property is first accessed. False Load the items eagerly when the parent is ...
( Category:
Software Development
March 25,2014 )
mobi, epub |eng | 2009-11-29 | Author:McConnell, Steve [McConnell, Steve]
(1)Count "1" for the routine itself. (2)Count "2" for the for. (3)Count "3" for the if. (4)Count "4" for the if and "5" for the &&. (5)Count "6" for the ...
( Category:
Software Development
March 25,2014 )
mobi, epub, pdf |eng | 2009-11-29 | Author:Charles Petzold
Beginning about 1820, Babbage believed that he could design and build a machine that would automate the process of constructing a table, even to the point of setting up type ...
( Category:
Software Development
March 25,2014 )
mobi |eng | 2011-12-03 | Author:Harold Abelson; Gerald Jay Sussman; Julie Sussman
(define ones (cons-stream 1 ones)) This works much like the definition of a recursive procedure: ones is a pair whose car is 1 and whose cdr is a promise to ...
( Category:
Software Development
March 25,2014 )
mobi, epub |eng | 2012-09-02 | Author:Mickey Gousset & Brian Keller & Martin Woodward
The shortcut keys for opening Architecture Explorer are Ctrl+/ and Ctrl+R. Figure 15.2 shows an initial view of Architecture Explorer. Figure 15.2 Architecture Explorer represents structures as nodes and relationships ...
( Category:
Testing
March 25,2014 )
mobi, epub, pdf |eng | 2009-06-15 | Author:Bryan O'Sullivan
Beware Interference Between Bugs It’s possible that your search for one bug could be disrupted by the presence of another. For example, let’s say your software crashes at revision 100, ...
( Category:
Tools
March 25,2014 )
mobi, epub, pdf |eng | 2009-02-09 | Author:Duane Wessels
Digest Authentication API If you'd like to write your own Digest authentication helper, you need to understand the communication between Squid and the helper process. The exchange is similar to ...
( Category:
Software Development
March 25,2014 )
epub, mobi, pdf |eng | 2008-12-16 | Author:Peter Prinz & Tony Crawford [Peter Prinz and Tony Crawford]
See Also fegetenv(), fesetenv(), feupdateenv(), feclearexcept(), feraisexcept(), fegetexceptflag(), fesetexceptflag(), fetestexcept() Name feof Synopsis Tests whether the file position is at the end #include <stdio.h> intfeof( FILE *fp ); The feof() ...
( Category:
Software Development
March 25,2014 )
epub |eng | 2011-03-24 | Author:Brian Overland
Introducing the Fraction Class One of the best ways to think about object orientation is to consider it a way to define useful new data types. A class becomes an ...
( Category:
Object-Oriented Design
March 25,2014 )
epub, pdf |eng | | Author:Stephen G. Kochan
The array days is defined to contain seven entries, each a pointer to a character string. So days[0] contains a pointer to the character string "Sunday", days[1] contains a pointer ...
( Category:
Object-Oriented Design
March 25,2014 )
epub, mobi, pdf |eng | | Author:Stephen R. Davis
Chapter 13 Point and Stare at Objects In This Chapter Examining the object of arrays of objects Getting a few pointers on object pointers Strong typing — getting picky about ...
( Category:
Object-Oriented Design
March 25,2014 )
Categories
Coding Theory | Localization |
Logic | Object-Oriented Design |
Performance Optimization | Quality Control |
Reengineering | Robohelp |
Software Development | Software Reuse |
Structured Design | Testing |
Tools | UML |
Popular ebooks
Adobe Camera Raw For Digital Photographers Only by Rob Sheppard(16756)Deep Learning with Python by François Chollet(12563)
Hello! Python by Anthony Briggs(9911)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9794)
The Mikado Method by Ola Ellnestam Daniel Brolund(9775)
Dependency Injection in .NET by Mark Seemann(9335)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8292)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7758)
Grails in Action by Glen Smith Peter Ledbrook(7693)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7557)
Becoming a Dynamics 365 Finance and Supply Chain Solution Architect by Brent Dawson(7016)
Microservices with Go by Alexander Shuiskov(6783)
Practical Design Patterns for Java Developers by Miroslav Wengner(6696)
Test Automation Engineering Handbook by Manikandan Sambamurthy(6636)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6409)
Angular Projects - Third Edition by Aristeidis Bampakos(6045)
The Art of Crafting User Stories by The Art of Crafting User Stories(5575)
NetSuite for Consultants - Second Edition by Peter Ries(5508)
Demystifying Cryptography with OpenSSL 3.0 by Alexei Khlebnikov(5309)
Kotlin in Action by Dmitry Jemerov(5061)
